
.vorstand-section {
    width: 100%;
}

.vorstand-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-top: 20px;
}

.vorstand-member {
    width: 48%;
    max-width: 400px;
}

.vorstand-member h3 {
    font-size: 20px;
    margin: 5px;
}

.member-left, 
.member-right {
    margin: 5px
}

.member-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

img {
    width: 150px;
    border-radius: 5px;
}



@media screen and (max-width: 700px) {
    .vorstand-member {
        width: 90%;
    }
}

